local-revert-x86-64-add-GLIBC_ABI_GNU2_TLS-version
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 1 Mar 2026 20:10:06 +0000 (21:10 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sun, 1 Mar 2026 20:10:06 +0000 (21:10 +0100)
Gbp-Pq: Topic amd64
Gbp-Pq: Name local-revert-x86-64-add-GLIBC_ABI_GNU2_TLS-version.diff

sysdeps/x86_64/Makefile
sysdeps/x86_64/Versions

index a4904ae1101b6a51f164c7e12fb894a2f9847fd7..bb17207e68eab8c945a5179cc172060eb58c571e 100644 (file)
@@ -208,15 +208,6 @@ LDFLAGS-tst-plt-rewrite2 = -Wl,-z,now
 LDFLAGS-tst-plt-rewritemod2.so = -Wl,-z,now,-z,undefs
 tst-plt-rewrite2-ENV = GLIBC_TUNABLES=glibc.cpu.plt_rewrite=2
 $(objpfx)tst-plt-rewrite2: $(objpfx)tst-plt-rewritemod2.so
-
-tests-special += $(objpfx)check-gnu2-tls.out
-
-$(objpfx)check-gnu2-tls.out: $(common-objpfx)libc.so
-       LC_ALL=C $(READELF) -V -W $< \
-               | sed -ne '/.gnu.version_d/, /.gnu.version_r/ p' \
-               | grep GLIBC_ABI_GNU2_TLS > $@; \
-       $(evaluate-test)
-generated += check-gnu2-tls.out
 endif
 
 test-internal-extras += tst-gnu2-tls2mod1
index a63c11bcb25adf48df29083f2c0a498c5951b074..e94758b23643a9056ae176f3a18d7f46686049b0 100644 (file)
@@ -5,11 +5,6 @@ libc {
   GLIBC_2.13 {
     __fentry__;
   }
-  GLIBC_ABI_GNU2_TLS {
-    # This symbol is used only for empty version map and will be removed
-    # by scripts/versions.awk.
-    __placeholder_only_for_empty_version_map;
-  }
 }
 libm {
   GLIBC_2.1 {